|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The generic type of individuals.public interface IClusterableIndividual<T extends IClusterableIndividual<T>>
Interface for individuals that is clusterable.
Field Summary |
---|
Fields inherited from interface ga.core.individual.IFitness |
---|
UNEVALUATED |
Method Summary | |
---|---|
double |
distanceFrom(T ind2)
Calculates the distance from this individual to the second individual, normalized to [0;1]. |
Methods inherited from interface ga.core.individual.IIndividual |
---|
clone, getContext, getId, initRandomly, isEvaluated, setContext |
Methods inherited from interface ga.core.individual.IFitness |
---|
getFitness, setFitness |
Methods inherited from interface org.apache.commons.math.stat.clustering.Clusterable |
---|
centroidOf |
Method Detail |
---|
double distanceFrom(T ind2)
distanceFrom
in interface org.apache.commons.math.stat.clustering.Clusterable<T extends IClusterableIndividual<T>>
ind2
- The second individual
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |